home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1997 September / Designer's Club 1997 September.iso / mac / Idea Source™ / Tree.DIR / 00072.ls < prev    next >
Encoding:
Text File  |  1997-07-24  |  296 b   |  17 lines

  1. on mouseDown
  2.   repeat while the mouseDown
  3.     set the memberNum of sprite 11 to 64
  4.     updateStage()
  5.   end repeat
  6.   set the memberNum of sprite 11 to 68
  7.   updateStage()
  8.   sound stop 1
  9.   sound stop 2
  10.   sound stop 3
  11.   if the frame < 140 then
  12.     go("tut")
  13.   else
  14.     go(the frame + 1)
  15.   end if
  16. end
  17.